home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / vt2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  77 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Virtual Terminal Protocol 
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : John Foreman
  7. --                   : Texas Instruments, Inc.
  8. --                   : P.O. Box 801 MS 8007
  9. --                   : McKinney, TX  75069
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Texas Instruments, Inc.
  14. -- DATE CREATED      : 9 November 1984
  15. -- DATE RELEASED     : March 1985
  16. -- DATE LAST UPDATED : March 1985
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : Components
  21. -- CATEGORY LEVEL 2  : Virtual Terminal
  22. -- CATEGORY LEVEL 3  : Non-Curses Interface
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Virtual Terminal
  26. -- INDEX             : Terminal, Virtual
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_08_2
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.VIRTERM>VT2*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.VIRTERM>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   VT2.CMM                 902          29
  37. --   VT2.PRO                3728          77
  38. --   VT2.SRC              224728        6378
  39. --   VT2.TST               63335        1762
  40. --   VT2SPEC.DOC          330874        7980
  41. --   VT2TEST.DOC          176436        6379
  42. --   VT2USER.DOC          127918        2954
  43. --   ===============  ==========  ==========
  44. --     7 Files            927921       25559
  45. --= ABSTRACT             ===============================================--
  46. --         The  ANSI  virtual  terminal  is  a  program  level  interface
  47. -- providing  support  for  scroll,  page  and form-mode terminals.  This
  48. -- package  uses  a  terminal  capabilities  database  to  determine  the
  49. -- capabilities  of a variety of terminals.  This package was designed to
  50. -- enhance the transportability of the source code  and  interoperability
  51. -- of the terminal capabilities database.
  52. --= REVISION HISTORY     ===============================================--
  53. --
  54. -- DATE         VERSION AUTHOR                  HISTORY 
  55. -- 03/85          1.0   John Foreman            Initial Release
  56. --= RELEASE NOTICE       ===============================================--
  57. -- This prologue must be included in all copies of this software.
  58. -- 
  59. -- This software is copyright by the author.
  60. -- 
  61. -- This software is released to the Ada community.
  62. -- This software is released to the Public Domain (note:
  63. --   software released to the Public Domain is not subject
  64. --   to copyright protection).
  65. -- Restrictions on use or distribution:  NONE
  66. --= DISCLAIMER           ===============================================--
  67. --     This software and its documentation are provided "AS IS" and
  68. -- without any expressed or implied warranties whatsoever.  No warranties
  69. -- as to performance, merchantability, or fitness for a particular
  70. -- purpose exist.
  71. --     The user is advised to test the software thoroughly before
  72. -- relying on it.  The user must assume the entire risk and liability of
  73. -- using this software.  In no event shall any person or organization of
  74. -- people be held responsible for any direct, indirect, consequential or
  75. -- inconsequential damages or lost profits.
  76. --======================================================================--
  77.